Revision: libselinux--tls-fix--1.30--patch-4
Archive: srivasta@debian.org--etch
Creator: Manoj Srivastava <srivasta@debian.org>
Date: Thu Sep  7 02:08:26 CDT 2006
Standard-date: 2006-09-07 07:08:26 GMT
Modified-files: src/Makefile src/setrans_client.c
New-patches: srivasta@debian.org--etch/libselinux--tls-fix--1.30--patch-4
Summary: Use mutexes and posix threads instead of tls
Keywords: 

* src/setrans_client.c: Do not make the simple cache thread local,
  instead, use mutexes to serialize the critical regions.

* src/Makefile (CFLAGS): Remove the conditional compilation of
  setrans_client.c, since it needs to be compiled into libselinux even
  for machines that does not have thread local storage support. 
